/*  Theme Name: Rexzon - Responsive Software Html5 Landing Page Template
    Author: Saptavarana
    Version: 1.0.0
    Created:September 2018
    File Description:Main Css file of the template
*/


/***************

1.BASIC
2.HELPER
3.NAVBAR
4.HOME
5.ABOUT US
6.CTA
7.SERVICES 
8.FEATURES
9.PORTFOLIO
10.TESTIMONIAL
11.PRICING PLAN
12.GREAT PEOPLE
13.CONTACT US 
14.FOOTER
15.RESPONSIVE

*****************/

@import url('../../../css.css');

/*=================
    01.BASIC
===================*/

body {
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rubik', sans-serif;
}

h1.font-weight-bold,
h2.font-weight-bold,
h3.font-weight-bold,
h4.font-weight-bold,
h5.font-weight-bold,
h6.font-weight-bold {
    font-weight: 500 !important;
}

a,
a:hover,
a:focus,
button {
    text-decoration: none !important;
    outline: none !important;
}


/*==================
    02.HELPER
====================*/

.bg_overlay_cover_on {
    background-color: rgba(45, 37, 200, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.text_custom {
    color: #2D25C8;
}

.bg_custom {
    background-color: #2D25C8;
}

.btn {
    padding: 12px 32px;
    font-size: 14px;
    transition: all 0.5s;
    letter-spacing: 0.6px;
    color: #fff;
    box-shadow: none !important;
    text-transform: uppercase;
    outline: none !important;
}

.btn_custom {
    border: 2px solid #2D25C8;
    background: #2D25C8;
    font-weight: bold;
    color: #ffffff;
}

.btn_custom:hover,
.btn_custom:focus,
.btn_custom:active,
.btn_custom.active,
.btn_custom.focus,
.btn_custom:active,
.btn_custom:focus,
.btn_custom:hover,
.open > .dropdown-toggle.btn_custom {
    color: #fff;
    background-color: #4a44c5;
    border: 2px solid #4a44c5;
}

.btn_outline {
    border: 2px solid #f5f5f5;
    background: transparent;
    border-radius: 35px;
}

.btn_outline:hover,
.btn_outline:focus,
.btn_outline:active,
.btn_outline.active,
.btn_outline.focus,
.btn_outline:active,
.btn_outline:focus,
.btn_outline:hover,
.open > .dropdown-toggle.btn_outline {
    color: #2D25C8 ;
    background: #fff ;
    border-color: #fff ;
}

.full_height_100vh {
    height: 100vh;
}

.vertical_content_manage {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.section_all {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.section_title_border {
    background-color: #2D25C8;
    height: 6px;
    width: 100px;
    border-radius: 5px;
}

.btn_small {
    padding: 8px 24px;
}

.navbar-brand img {
    height: 100px;
}

.btn_rounded {
    border-radius: 35px !important;
}


/*======================
    03  NAVBAR
=======================*/

.custom_nav_menu {
    padding: 15px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
}

.custom_nav_menu .social_menu .list-inline-item:not(:last-child) {
    margin-right: 8px;
}

.custom_nav_menu .navbar-nav li a {
    color: #fff;
    font-size: 15px;
    background-color: transparent !important;
    padding: 15px 0;
    margin: 0 7px;
    transition: all 0.4s;
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.stickyadd .navbar-nav {
    margin-top: 0px;
}

.stickyadd.custom_nav_menu .navbar-nav li a {
    color: rgba(0, 0, 0, 0.75);
}

.custom_nav_menu .navbar-brand.logo img {
    height: 50px;
}

.stickyadd.custom_nav_menu {
    margin-top: 0px;
    padding: 8px 0px;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.custom_nav_menu .navbar-nav li.active a,
.custom_nav_menu .navbar-nav li a:hover,
.custom_nav_menu .navbar-nav li a:active {
    color: #0CBEFC !important;
}

.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.custom_nav_menu .btn-custom {
    margin-top: 5px;
    margin-bottom: 5px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.logo .logo-light {
    display: inline-block;
}

.stickyadd .logo .logo-dark {
    display: inline-block;
}

.stickyadd .logo .logo-light {
    display: none;
}

.logo .logo-dark {
    display: none;
}

.stickyadd .btn_outline {
    border: 2px solid #2D25C8;
    background: transparent;
    border-radius: 35px;
    color: #2D25C8;
}

.stickyadd .btn_outline:hover,
.btn_outline:focus,
.btn_outline:active,
.btn_outline.active,
.btn_outline.focus,
.btn_outline:active,
.btn_outline:focus,
.btn_outline:hover,
.open > .dropdown-toggle.btn_outline {
    color: #fff;
    background: #2D25C8;
    border-color: #2D25C8;
}


/*================
    04.HOME
==================*/

.bg_home_tech_soft {
    background-image: url(../images/main_bg.jpeg);
    position: relative;
    background-size: cover;
    background-position: center center;
}

.home_title {
    font-size: 40px;
    line-height: 1.4;
    max-width: 700px;
}

.home_subtitle {
    color: #dadada;
    max-width: 450px;
    line-height: 1.8;
}

.home_table_cell_center {
    display: table-cell;
    vertical-align: middle;
}

.home_table_cell {
    display: table;
    width: 100%;
    height: 100%;
}

.full_height_100vh_home {
    height: 100vh;
}


/*------------------
    HOME - 4
-------------------*/

.home_clip_path {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 25% 100%, 0 82%);
    clip-path: polygon(0 0, 100% 0, 100% 82%, 25% 100%, 0 82%);
}


/*-------------------
    HOME - 5
--------------------*/

.home_bg_gradiant {
    background: linear-gradient(to right, #565b7e, #907f7f);
}


/*-------------------
    HOME - 6
--------------------*/

.up-index {
    z-index: 2;
}

/*-------------------
    GRADIANT HOME
-------------------*/

.bg_gradiant_soft {
    background: linear-gradient(to right, #2D25C8, #0BC2FD);
}

/*-------------------
    IMAGE HOME
-------------------*/

.bg_img_home{
    background-image: url(../images/bg-img_cover.jpeg);
    position: relative;
    background-size: cover;
}

/*-------------------
    IMAGE HOME
-------------------*/

.bg_img_pattern{
    background-image: url(../images/bg_pattern.jpg);
    position: relative;
    background-size: cover;
}

/*====================
  05.  ABOUT US
====================*/

.about_details {
    max-width: 400px;
}

.about_details h3 {
    font-size: 30px;
    color: #3A4270;
}

.about_details_box {
    background: #ffffff;
    box-shadow: 0 10px 15px -2px rgba(158, 152, 153, 0.2);
}

.text_muted{
   color: #868AA5;
}


/*===================
    0.6  CTA
====================*/

.small_cta_desc {
    font-size: 26px;
}


/*====================
   0.7 SERVICES
=====================*/

.services_boxes .services_icon i {
    height: 65px;
    text-align: center;
    width: 65px;
    display: inline-block;
    font-size: 26px;
    border-radius: 50%;
    line-height: 65px;
}

.bg_first_service {
    background-color: #F7E306;
}

.bg_second_service {
    background-color: #0EB5F9;
}

.bg_third_service {
    background-color: #E69021;
}

.bg_four_service {
    background-color: #CE5598;
}


/*=======================
    0.8    FEATURES
=======================*/

.features_box .features_icon i {
    max-width: 45px;
    float: left;
    margin-right: 20px;
    font-size: 36px;
}

.features_details {
    overflow: hidden;
}

.features_header h3 {
    max-width: 450px;
}

.features_box {
    background: #254FD7;
}


/*=====================
   0.9 TESTIMONIAL
======================*/

.testi_box {
    max-width: 600px;
}

.testi_box .review_box {
    font-size: 20px;
    line-height: 1.6;
}

.testi_box .testi_icon {
    font-size: 48px;
}

.client_name {
    font-size: 16px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 7px;
    margin: 20px 5px;
    border: 1px solid #2D25C8;
    background-color: #2D25C8;
    opacity: 0.4;
}


/*====================
  10 PORTFOLIO
=====================*/

#menu-filter li:not(:last-child)::after {
    content: "/";
    margin-left: 0.8125em;
    opacity: 0.4;
}

#menu-filter li a {
    padding: 10px;
    color: #d4d4d4;
}

#menu-filter li a.active {
    color: #505050;
}


/*====================
  11. PRICING PLAN
=====================*/

.price_box {
    padding: 40px;
}

.plan-name p {
    color: #5E5E5E;
    font-size: 16px;
}

.list_price_features {
    padding: 20px 0px;
}

.list_price_features p {
    margin-bottom: 10px;
}

.price_tag_heading span {
    font-size: 14px;
    font-weight: normal;
}

.price_tag_heading h2 {
    font-size: 52px;
}

.price_tag_heading sub {
    font-size: 22px;
}

.price_box.active {
    border: 3px solid #176af7;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}


/*====================
  12. GREAT PEOPLE
====================*/

.logo_img img {
    max-height: 100px;
    width: auto !important;
}


/*=====================
    13. CONTACT US
======================*/

.corp_form_custom .form-control {
    height: 50px;
    font-size: 16px;
    border-color: #eae7e7;
}

textarea.form-control {
    height: auto !important;
}

.corp_form_custom .form-control:focus {
    border-color: #0CBEFC !important;
    box-shadow: none;
    outline: 0;
}

.corp_form_custom {
    box-shadow: 0 0 35px 1px #efefef;
    padding: 40px;
}


/*==================
    14.FOOTER
====================*/

.footer_background {
    background-color: #2D25C8;
}

.footer_about p {
    max-width: 605px;
    color: rgba(255, 255, 255, 0.5);
}

.footer_detail ul.footer_menu_list li a:hover {
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s;
}

.footer_detail ul.footer_menu_list li a {
    color: #fff;
    display: inline-block;
    padding: 4px 0;
    text-decoration: none !important;
}

.footer_detail .footer_logo {
    height: 34px;
}

.footer_detail .copy-rights {
    line-height: 43px;
    color: rgba(255, 255, 255, 0.5);
}

.footer_detail .fot_bor {
    height: 2px;
    background: #514bc4;
    width: 100%;
}


/*=====================
    15. RESPONSIVE
=======================*/

@media (max-width: 768px) {
    .custom_nav_menu {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #fff !important;
    }
    .vertical_content_manage {
        display: inherit;
    }
    .home_title {
        font-size: 32px;
    }
    .custom_nav_menu .navbar-nav li a {
        margin: 0 0px;
        padding: 6px 0;
        color: rgba(0, 0, 0, 0.55) !important;
    }
    .custom_nav_menu .navbar-nav li.active a {
        color: #0CBEFC !important;
    }
    .custom_nav_menu>.container {
        width: 90%;
    }
    .custom_nav_menu .logo .logo-dark {
        display: inline-block;
    }
    .custom_nav_menu .logo .logo-light {
        display: none;
    }
    .custom_nav_menu .navbar-brand.logo img {
        height: 26px;
    }
    .navbar-nav {
        margin-top: 0px;
    }
    .navbar-toggler {
        font-size: 28px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #000;
    }
    .h-100vh,
    .full_height_100vh_home {
        height: auto;
    }
    .full_height_100vh_home {
        padding: 100px 0px;
    }
    .business_about_details h3 {
        font-size: 22px;
    }
}